From dbae074fff604aacde09e42dab52d402c077e253 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 8 Apr 2005 20:17:25 +0000 Subject: [PATCH] Export a few symbols to be used by friends. --- magellan.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/magellan.h b/magellan.h index f7a023b16..062742634 100644 --- a/magellan.h +++ b/magellan.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002-2005 Robert Lipe, robertlipe@usa.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,5 +47,8 @@ typedef struct icon_mapping { const char * mag_find_descr_from_token(const char *token); const char * mag_find_token_from_descr(const char *icon); +unsigned int mag_checksum(const char *const buf); +char * m330_cleanse(char *istring); + waypoint * mag_trkparse(char *trkmsg); void mag_rteparse(char *rtemsg); -- 2.30.2